Skip to content

UTATRocketry/LiquidRocketSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkMatter-Python

Convention to enable single line imports

To import src into files within src or outside of it, place the following line on top:

import src as rocket

Then, whenever calling from src or any existing class, use the following:

rocket.<insert classname>()

When developing new files, make sure to import src as well. After the new file is complete or at a point where it can be imported, add the following type of line to src/init.py:

from <filename> import *

Pushing to this repo

If you're working on this repo, push to a branch with your name. In time, changes will be merged with main.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages