Skip to content

The dumbest Python package ever. It does nothing at all (and that may be useful to you!)

License

Notifications You must be signed in to change notification settings

javiribera/empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Empty

empty is the most useless package ever. It does nothing at all! It is just an empty module.

You can use it, for example, to store global variables that you can share between modules. Don't use global. This is a bit cleaner because it does not pollute the namespace.

Add variables as empty.var = val, then import the module somewhere else and use them as empty.var

Don't blame me if it does not work ;)

Install

python setup.py install

About

The dumbest Python package ever. It does nothing at all (and that may be useful to you!)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages