Skip to content

Commit

Permalink
Create main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent b8a1889 commit c0e8263
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import ftl_nexus

def main():
config = config.config
ftl_nexus = FTLNexus(config)
# Initialize navigation and propulsion systems
ftl_nexus.navigate("nav_data.csv")
ftl_nexus.propel("quantum_fluctuations")

if __name__ == "__main__":
main()

0 comments on commit c0e8263

Please sign in to comment.