stoichiograph

Spell words with elemental symbols from the periodic table.
git clone git://git.amin.space/stoichiograph.git
Log | Files | Refs | LICENSE

__main__.py (84B)


      1 from stoichiograph.stoichiograph import main
      2 
      3 if __name__ == '__main__':
      4     main()