Skip to content

Friendlier imports #27

@jimboid

Description

@jimboid

Place non private methods into the longbow package init.py. This means that what would have been something like this:

import longbow.corelibs.applications

applications.checkapp()

now becomes

import longbow

longbow.checkapp()

Makes the code more readable in complex software with many imports.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions