Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
__init__.py
1__version__ = '2.5.0'
2
3# Import submodules
4from . import boilerplate
5from . import experimental
6# from . import pygame
7from . import gym
8from . import debugging
9from . import meme
10
11# Dump everything
12from .misc import *
13from .decorators import *
14from .debugging import debug