[Feature] Don't install cfgs
module as a top level Python import
#63
Labels
enhancement
New feature or request
cfgs
module as a top level Python import
#63
Feature
In the process of packaging nocturne for Nixpkgs (NixOS/nixpkgs#208847 (comment)), it was discovered that nocturne doesn't just install "nocturne" as a top-level package -- eg
import nocturne
-- but also "cfgs". In fact, havingcfgs
available on the top-level is required in order to importnocturne
:nocturne/nocturne/__init__.py
Line 27 in ae0a4e3
Is this intentional? Polluting the top-level scope with "cfgs" seems undesirable. Would it be possible to move
cfgs
out of the top-level package namespace?The text was updated successfully, but these errors were encountered: