Skip to content

Commit

Permalink
Main file addeD
Browse files Browse the repository at this point in the history
  • Loading branch information
lim185 committed Oct 16, 2024
1 parent 6c05d0e commit 3acb695
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""
main.py
This is the main function of project geonosis. The project is called geonosis
because in Star Wars (TM), Geonosis is the host planet to the primary foundry
of the droid army. The purpose of this project is to create synthetic tissue
sample data, and it's like generating droids.
"""

if __name__ == "__main__":
pass

# EOF

0 comments on commit 3acb695

Please sign in to comment.