package test.magic
/**
* Basic implementations of [Magic] are located in [test.magic] package
*/
abstract class Magic {
}