pesterchum/pnc/__init__.py
MiguelX413 a51e4dd69e
Reformat codebase (#97)
* Reformat codebase with black

* Create black.yml and add black style badge to README.md
2022-10-07 22:51:40 +02:00

9 lines
268 B
Python

# -*- coding=UTF-8; tab-width: 4 -*-
# These both seem to be worthless because they don't propogate to the modules
# lower down....
##from __future__ import division
##from __future__ import absolute_import # JUST in case.
# No __all__ or similar, for now.