Skip to content

Commit 36fce4d

Browse files
committed
Initial commit creating main
1 parent 3703365 commit 36fce4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

diffpy/snmf/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def main():
2+
pass
3+
4+
5+
if __name__ == "__main__":
6+
main()

0 commit comments

Comments
 (0)