Skip to content

This python module do nothing but print "ayw NB" as "import ayw as nb", and "nb" at simple import.

License

Notifications You must be signed in to change notification settings

FranklinBao/ayw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ayw

This Python module does nothing but print "ayw NB" when using import ayw as nb, and print nb when using a simple import.

In response to feature requests, the attribute nb was added to the module.

Usage

Here are some examples for you to explore. I will not provide the output of these examples, as this module is designed as an Easter egg.

# trail1.py
import ayw
type(ayw.nb)
print(ayw.nb)
ayw.nb()
#trail2.py
import ayw as nb
print(nb.nb)

About

This python module do nothing but print "ayw NB" as "import ayw as nb", and "nb" at simple import.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages